home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 009a / wtek0593.zip / README.TXT < prev    next >
Text File  |  1993-04-09  |  2KB  |  44 lines

  1. Folks--
  2.  
  3. Here's the code from the May 1993 edition of WinTech. It was our annual
  4. C++ issue, and it's packed with good stuff.
  5.  
  6.  o SWITCH   ZIP      6711 04-08-93   2:54p
  7.    This is the code from Pete Becker's article on polymorphic message-
  8.    passing and the like. It's one of the best articles we've ever seen
  9.    on how to match C++'s strengths with the challenges of Windows
  10.    programming.
  11.  
  12.  o PALETTE  ZIP      7037 04-09-93   3:25p
  13.    These three C programs--BLUEPAL.C, NOPAL.C, and DITHER.C--illustrate 
  14.    palette use in Windows. They're from Jeff Cogswell's great article, 
  15.    "Painting Mr. Windows' Neighborhood."
  16.  
  17.  o CALLBACK ZIP     37311 04-08-93   2:54p
  18.    Can you use callback functions as C++ class members? Not usually. But
  19.    Brett Kelts has found a variety of ways around the problem, including
  20.    a technique he calls "object thunking." Note that this code requires
  21.    BC++ and OWL.
  22.  
  23.  o ASYNSRV  ZIP     39036 04-08-93   2:55p
  24.    Code and executables for client-server computing from Igor Livshin's
  25.    "Tweaking the Tail of the Beast." There's a little VB, some DLLs and
  26.    EXEs, and a bit of C.
  27.  
  28.  o POINTCPP ZIP       599 04-08-93   2:55p
  29.    This C++ code instantiates a Point abstract data type. The code is
  30.    probably more instructive than useful.
  31.  
  32.  o EDIT-CPP ZIP    129620 04-08-93   2:56p
  33.    Richard Hale Shaw wrote a text editor in 15 minutes with Visual C++,
  34.    and it turned out to be so useful we're distributing it. This archive
  35.    contains all the source files, a help file, and the executable. Nice!
  36.  
  37.  o MAPS-VP  ZIP     20268 04-08-93   2:56p
  38.    This archive contains the VB source to Jonathan Zuck's simple GIS
  39.    application, as described in the May "The WinTechnician is In" column.
  40.  
  41. See you next month!
  42.  
  43. JDH
  44.